home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- cursor(-1)
- if rollOver(3) then
- set tim to the ticks
- repeat while the ticks < (tim + 10)
- end repeat
- if not rollOver(3) then
- return
- end if
- set the timeoutScript to EMPTY
- cursor(200)
- go("p1blit")
- else
- if rollOver(4) then
- set tim to the ticks
- repeat while the ticks < (tim + 10)
- end repeat
- if not rollOver(4) then
- return
- end if
- set the timeoutScript to EMPTY
- cursor(200)
- go("carol")
- else
- if rollOver(5) then
- set tim to the ticks
- repeat while the ticks < (tim + 10)
- end repeat
- if not rollOver(5) then
- return
- end if
- set the timeoutScript to EMPTY
- cursor(200)
- go("readtm")
- else
- if rollOver(7) then
- set tim to the ticks
- repeat while the ticks < (tim + 10)
- end repeat
- if not rollOver(7) then
- return
- end if
- set the timeoutScript to EMPTY
- cursor(200)
- go("quit")
- else
- set the timeoutScript to "timeOut1"
- end if
- end if
- end if
- end if
- go("main")
- end
-